GXCleanupStartPage
You can use theGXCleanupStartPage
function to notify QuickDraw GX that it needs to clean up any actions that it took after receiving aGXStartPage
message from your printing extension or printer driver.
void GXCleanupStartPage (void);DESCRIPTION
You need to call theGXCleanupStartPage
function if you encounter an error in your override of theGXStartPage
message and you have already forwarded the message.When you call
GXCleanupStartPage
, QuickDraw GX sends theGXCleanupStartPage
message, which allows all of the message handlers to reverse any actions that they took in their overrides of theGXStartPage
message, such as allocating storage or modifying state information.SEE ALSO
TheGXStartPage
andGXCleanupStartPage
messages are described in the chapter "Printing Messages."
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help